table.anuncio {
	width: 530px;
	}
table.anuncio td {
	color: #000;
	font: 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	}
table.anuncio td.logo {
	padding-bottom: 10px;
	text-align: center;
	}
table.anuncio td.imagen-central {
	text-align: center;
	}
	table.anuncio td.imagen-central div {
		height: 319px;
		overflow: hidden;
		margin: 0 auto;
		width: 425px;
		}
	table.anuncio td.imagen-central div img {
		display: none;
		float: left;
		}
	table.anuncio td.imagen-central div img:first-child {
		display: block;
		}
table.anuncio td.imagenes-izquierda {
		width: 105px;
		}
table.anuncio td.imagenes-izquierda div {
	margin-bottom: -5px;
	}
	table.anuncio td.imagenes-izquierda div div {
		margin-bottom: 5px;
		}
	table.anuncio td.imagenes-izquierda img {
		cursor: pointer;
		}
table.anuncio td.texto1 {
	background: #eee;
	border-top: 5px solid #fff;
	padding: 20px 10px;
	text-align: center;
	}
table.anuncio td.texto2 {
	background: #eee;
	border-top: 5px solid #fff;
	padding: 20px 10px;
	text-align: center;
	}
table.anuncio td.texto3 {
	background: #2a6c9e;
	border-top: 5px solid #fff;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	}
table.anuncio div.titulo {
	font: bold 16px/18px Georgia, Times New Roman, serif;
	color: #2a6c9e;
	margin-bottom: 5px;
	text-transform: uppercase;
	}
table.anuncio td.eslogan {
	background: #2a6c9e;
	border-bottom: 5px solid #fff;
	font: bold 22px/24px Georgia, Times New Roman, serif;
	color: #fff;
	padding: 20px 15px;
	text-align: center;
	text-transform: uppercase;
	}
table.anuncio table {
	width: 425px;
	}